FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource OperationDefinition/FHIR Server from package hl7.fhir.uv.patient-corrections#current (16 ms)

Package hl7.fhir.uv.patient-corrections
Type OperationDefinition
Id Id
FHIR Version R4
Source http://hl7.org/fhir/uv/patient-corrections/https://build.fhir.org/ig/HL7/fhir-patient-correction/OperationDefinition-correction-request.html
Url http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request
Version 1.0.0
Status draft
Date 2023-09-11T23:40:00+00:00
Name PatientCorrectionRequestOperation
Title Patient Correction Request Operation
Experimental False
Realm uv
Authority hl7
Description The correction-request operation is used to communicate a request for correction or a logging of a disagreement of a denial from a requester to a fulfiller. It includes the ability to send the request along with attachments. The fulfiller can spawn a task to manage the correction process as part of the operation. For the operation, we expect the server to store the Communication resource, spawn a Task when appropriate, and update the Communication and return the Communication resource with reference to a Task id if a Task is spawned. The correction-request operation is also used whenever the requester provides updates to the fulfiller (additional information, conversation).
Type true
Kind operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found



Narrative

Note: links and images are rebased to the (stated) source

Placeholder

Source

{
  "resourceType" : "OperationDefinition",
  "id" : "correction-request",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request",
  "version" : "1.0.0",
  "name" : "PatientCorrectionRequestOperation",
  "title" : "Patient Correction Request Operation",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2023-09-11T23:40:00+00:00",
  "publisher" : "HL7 International - Patient Empowerment Workgroup",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org/Special/committees/patientempowerment"
        }
      ]
    },
    {
      "name" : "Virginia Lorenzi",
      "telecom" : [
        {
          "system" : "email",
          "value" : "vlorenzi@nyp.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "The correction-request operation is used to communicate a request for correction or a logging of a disagreement of a denial from a requester to a fulfiller. It includes the ability to send the request along with attachments. The fulfiller can spawn a task to manage the correction process as part of the operation. For the operation, we expect the server to store the Communication resource, spawn a Task when appropriate, and update the Communication and return the Communication resource with reference to a Task id if a Task is spawned. The correction-request operation is also used whenever the requester provides updates to the fulfiller (additional information, conversation).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "code" : "correctionrequest",
  "resource" : [
    "Communication"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "CorrectionRequest",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "A collection of resources representing the correction request, disagreement, or back and forth conversation. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile.",
      "type" : "Bundle"
    },
    {
      "name" : "CorrectionResponse",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "A collection of resources representing a correction request response. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile.",
      "type" : "Bundle"
    }
  ]
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.